Testing forms

Here is is demo of searching in a Paradox Table containing Keywords and anchors to the documents. Fill out the form to see the results of the search engine. You might wildcard with a trailing "*".

The demo table is small, this is a list of valid keywords:

Keyword search engine
Keyword :

The form generating the above window is:
<FORM ACTION="URL.SH">Keyword search engine<BR>
Keyword : <INPUT Type="text" Name="Value" SIZE=20>
<INPUT TYPE="submit" VALUE="query">
</FORM>